support loading stack file addresses from query string#22
Conversation
|
Hi @craynic, thanks for this! Could you please add:
|
|
http://craynic.github.io/tda/index.html?url=stacks/jstack.sample.txt |
|
I don't known how to write a readme. Is there any sample or template? |
|
There's a README.md file at the top of this repo, just add it there! And to the index.html, since that's what people will see when they just come from Google or wherever. |
|
I just realized I don't think this works across domains; if I merged this it would only work for URLs on the For a demo, try this link and watch your Javascript console, note the CORS warning: Google "CORS" to learn more, but I think it's not possible to get this working cross domains :(. |
|
Sorry I'm a little busy these days. In our usage we do serve the script and stack files on a same domain. |
No description provided.